home *** CD-ROM | disk | FTP | other *** search
- proc drawSphere {r} {
-
- WW3DSquishySphere $r [expr {-1 * $r}] $r 360 1.5
- }
-
- set radius .3
-
- startShape {squishy}
- animatable: {drawSphere $radius} {\
- {0.000000 { {{waveToFriend} 1.000000 {WW3DSquishySphere 1 -1 1 360 1.5}} }} \
- {1.000000 { {{waveToFriend} 1.000000 {WW3DSquishySphere .5 -.5 .5 360 1.5}} }} \
- {2.000000 { {{waveToFriend} 1.000000 {WW3DSquishySphere 2 -2 2 360 1.5}} }} \
- };
- endShape
-
-
-
-
-